Bus Stop Information
{% if error %}
{{ error }}
{% else %}
Bus Stop: {{ stop_code }}
Road: {{ road_name }}
Description: {{ description }}
Services
| Service No |
Operator |
{% for service in services %}
| {{ service[0] }} |
{{ service[1] }} |
{% endfor %}
{% endif %}
New Search